|
Part of the WindNet* product suite, WindNet Simple Network Management Protocol (SNMP) supports the V2C protocol proposed in late 1995 and includes a get-bulk command and error code enhancements to v1 that are universally accepted.
WindNet SNMP v1/v2c agent allows a Network Management Station (NMS) to retrieve reports from the networked device. These reports are based upon the defined objects in the Management Information Base (MIB). The agent queries, reports, and sets MIB variables based upon directions from the NMS or upon pre-set alarm conditions.
WindNet SNMP v1/v2c will work with the most popular NMS solutions such as HP Open View and SunNet Manager. Because the WindNet SNMP v1/v2c Agent is bilingual, it can communicate with an NMS that is running either SNMP Version 1 or Version 2c.
The WindNet SNMP v1/v2c agent is a single-threaded agent task that processes one Protocol Data Unit (PDU) at a time, first in - first out. The agent receives a PDU packet from the NMS, parses the protocol packet, processes it and calls the appropriate MIB variable access method routine. It then creates the response packet and sends it back to the NMS using datagram socket functions.
The WindNet SNMP v1/v2c agent is transport-independent so that a developer can use the same agent to process SNMP packets delivered through another protocol stack. The agent¦s initialization and method routines are provided in source code form.
WindNet SNMP v1/v2c comes standard with MIB-II support for managing networked devices. Developers can customize the managed variables by taking out MIB-II objects if the embedded solution has tight memory requirements. This modification can be accomplished efficiently with supplied MIB tools, such as a MIB compiler, utilities, sample code, and documentation.
The agent is also easily extended to support other industry-defined MIBs or the user¦s custom MIB.
|